.zj_mmt_img{
	overflow:hidden;
}

#in_lunb {
	width:1170px;
	margin:0 auto;
}
.footer_link {
	margin-top:0!important;
}
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
	min-width:1170px;
}
.p_dis_n{
        display:none;
}



/*页面右侧抽屉菜单css*/
.wydl {
    width: 260px;
    height: auto;
    background: url(/uiFramework/commonResource/zip/bank/bank_bg.png) no-repeat;
    position: absolute;
    right: 0;
    top: 22%;
    z-index: 999;
    padding: 15px;
}


.wydl_mk_con {
	background: #fff;
	padding: 30px 15px;
	height: 185px;
	overflow: hidden;
}

.wydl_mk {
	overflow:hidden;
}

.wydl_mk .p1 {
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    text-align: right;
}

.bank_gr {
    background: url(/uiFramework/commonResource/zip/bank/bank_gr.png) no-repeat;
}

.bank_qy {
    background: url(/uiFramework/commonResource/zip/bank/bank_qy.png) no-repeat;
}

.wydl_mk .p1 b {
    float:left;
    color: #e50012;
    font-size: 16px;
}

.wydl_mk .p1 a {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
    padding: 0 10px;
}

.wydl_mk .p1 a:hover {
	color: #e50012;
}

.wydl_mk .p2 {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}

.wydl_mk .p2 a {
    width: 220px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url(/uiFramework/commonResource/zip/bank/bank_op.png) no-repeat;
    margin: 15px auto 0;
    background-size:100% 100%;
    display: block;
}

.wydl_mk .p2 a b{
    font-size: 16px;
    padding: 0 0 0 25px;
    font-weight:normal;
}

.wydl_mk .p2 a:hover {
    background: url(/uiFramework/commonResource/zip/bank/bank_op_hover.png) no-repeat;
    background-size:100% 100%;
}

.wydl_mk .p2 a .gr{
    color: #e50012;
    background: url(/uiFramework/commonResource/zip/bank/bank_gr_red.png) no-repeat;
    background-size:15px 17px;
}

.wydl_mk .p2 a:hover .gr {
    color: #ffffff;
    background: url(/uiFramework/commonResource/zip/bank/bank_gr_white.png) no-repeat;
    background-size:15px 17px;
}

.wydl_mk .p2 a .zx{
    color: #e50012;
    background: url(/uiFramework/commonResource/zip/bank/bank_zx_red.png) no-repeat;
    background-size:15px 17px;
}

.wydl_mk .p2 a:hover .zx {
    color: #ffffff;
    background: url(/uiFramework/commonResource/zip/bank/bank_zx_white.png) no-repeat;
    background-size:15px 17px;
}

.wydl_mk .p2 a .qy{
    color: #e50012;
    background: url(/uiFramework/commonResource/zip/bank/bank_qy_red.png) no-repeat;
    background-size:15px 17px;
}

.wydl_mk .p2 a:hover .qy {
    color: #ffffff;
    background: url(/uiFramework/commonResource/zip/bank/bank_qy_white.png) no-repeat;
    background-size:15px 17px;
}






.in_gongg{
        max-width:1600px;
        margin:auto;
}
.in_gongg_l,.in_gongg_r{
        width:580px;
}
/*banner背景图片动画*/
	@-webkit-keyframes scale-bg {
	from {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
}
}
@keyframes scale-bg {
	from {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
}
}
/*banner*/
	.index_main {
	/*background: #f7f7f7;*/
	
}
.index_main .section1 {
	position: relative;
        *z-index: -1;
     
}
.index_main .section1 .index_banner .item {
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:85.4vh;
	position: relative;
	z-index:1 !important;
}

.slick-track{
	height:95vh;
	overflow:hidden;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:-999;
}

.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
	
}
.index_main .section1 .index_banner .item .inner {
	width:1050px;
	margin:0 auto;
}
.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top:50px;
	width:1050px;
	margin:0 auto;
	/*left:-700px;*/
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #333333;
	font-size: 70px;
	font-weight: bold;
	/*text-align:center;*/
	letter-spacing:5px;
	font-size:40px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #c30d23;
	display: inline-block;
	letter-spacing: 5px;
	font-size:40px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt {
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left {
	left: 0;
}
.index_main .section1 .right {
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.index_main .section1 .number {
	position: absolute;
	top:150px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
	display: table;
	padding: 0 20px;
	width: 340px;
	height:40px;
	/*text-align: center;*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span {
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 0;
	color: #fff;
	margin-right:35px;
	height:15px;
	width:15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101913510625971.png) no-repeat left center;
}
.index_main .section1 .number span:last-child {
	margin-right: 0;
}
.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width:15px;
	height:15px;
	background: #fff;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101914031218705.png) no-repeat left center;
	position: absolute;
	l/eft: 8px;
	t/ransform: translateX(-50%);
	-webkit-transform: t/ranslateX(-50%);
	bottom:0;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section2 {
	background: #f5f5f5;
}
.index_main .section2 h3 {
	text-align: center;
}
.index_main .section3 {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.index_main .section3 h3 {
	text-align: center;
}
.index_main .section4 {
	background: #f5f5f5;
}
.index_main .section4 h3 {
	text-align: center;
}
/*首页快捷链接css*/
.p_scroll{
        display:none;
}
.swiper_in_con {
	width:1160px;
	margin:0 auto;
	position:absolute;
	bottom:15%;
	z-index:2;
}
.swiper_in {
	width:1160px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.in_slide {
	border:1px solid #ff0000;
	height:120px;
	border-radius:10px;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101619195941034.png) no-repeat right bottom #ffffff;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity:0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
	transition: 0.15s;
	-webkit-transition:0.15s;
        margin-right:20px;
}
.in_slide a {
	display:flex;
	flex-direction:column;
}
.in_slide a p {
	font-weight:bold;
	padding:15px 20px;
	background:#efefef;
	display:flex;
	justify-content:space-between;
}
.in_slide:hover {
	background:url(/eportal/imageDir/mintaibank/2020/10/2020102014151022310.png) no-repeat right bottom #c7000a;
}
.in_slide p {
	margin:10px 0;
}
.b_tit a {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:34px;
	line-height:34px;
	padding-left:50px;
}
.in_slide p span {
	font-size:14px;
	line-height:24px;
	display:block;
	padding:0 15px;
}
.in_slide p {
	margin:10px 0;
}
.in_slide:hover .b_tit a {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	height:34px;
	line-height:34px;
}
.in_slide:hover.in_slide p span a {
	font-size:14px;
	line-height:24px;
	display:block;
	padding:0;
	color:#ffffff;
}
.in_slide:hover {
	border:1px solid #d0000d;
}
.in_slide:hover a p {
	background:#d0000d;
}
.in_slide:hover a p span a {
	color:#fff;
}
.in_slide:hover a p span.click_v {
	color:#d0000d;
	background:#fff;
}


/* 快捷方式轮播css */
.picScroll {
	position:relative;
	width:1000px;
	overflow:hidden;
	padding-left:60px;
}
.picScroll .prev,	.picScroll .next {
	display:block;
	position:absolute;
	top:45px;
	width:32px;
	height:32px;
       
}
.picScroll .prev {
	left:5px;
	background-image:url(/eportal/imageDir/mintaibank/2020/10/2020101618571097448.png);
}
.picScroll .next {
	right:0;
	background-image:url(/eportal/imageDir/mintaibank/2020/10/2020101618571016230.png);
}
.picScroll ul {
	overflow:hidden;
	zoom:1;
}
.picScroll ul li {
	width:220px;
	float:left;
	overflow:hidden;
}
	

/*首页公告滚动*/
.qimo8 {
	overflow:hidden;
	width:405px;
	float:left;
	margin-right:30px;
}
.qimo_con {
	position:absolute;
	bottom:0;
	background:#ffffff;
	filter:alpha(opacity=70); 
       -moz-opacity:0.7; 
       -khtml-opacity: 0.7; 
        opacity: 0.7; 
	height:32px;
	line-height:32px;
	width:100%;
        max-width:1600px;
        margin:0 auto;
        left:0;
        right:0;
        z-index:2;
}
.in_g_con {
	width:1160px;
	margin:0 auto;
}
.in_g_l {
	width:80px;

	float:left;
	color:#c30d23;
	font-weight:bold;
}
.qimo8 .qimo {
	/*width:99999999px;*/
	width:8000%;
	height:32px;
}
.qimo8 .qimo div {
	float:left;
}
.qimo8 .qimo ul {
	float:left;
	height:32px;
	overflow:hidden;
	zoom:1;
}
.qimo8 .qimo ul li {
	float:left;
	line-height:32px;
	list-style:none;
}
.qimo8 li a {
	color:#000000;
	font-size:14px;
        background:url(/eportal/imageDir/mintaibank/2021/01/2021010618132432259.png) no-repeat left center;
        padding-left:12px;
}
.qimo8 li span {
	float:right;
	margin-right:30px;
        padding-left:15px;
}
.in_g_r {
	float:left;
	width:60px;
}
.in_g_r a {
	color:#000000;
}
.in_g_r a:hover {
	color:#000000;
}

@media screen and (max-width:799px) {
       body  {
       background:#f1f1f1;

}
	#in_lunb {
	width:100%;
	margin:0 auto;
}
.m_dis_n{
        display:none;
}
.p_dis_n{
        display:block;
        width:90%;
        margin:0 auto;
}
.footer_link {
	height:100px!important;
	margin-top:40px!important;
}
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
        min-width:100%;
}
.in_gongg_l,.in_gongg_r{
        width:100%;
        float:none;
}
.slick-list{
        height:220px;
        overflow:hidden;
}
/*banner背景图片动画*/
	@-webkit-keyframes scale-bg {
	from {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
}
}
@keyframes scale-bg {
	from {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
}
}
/*banner*/
	.index_main {
	background: #f1f1f1;
	
}
.index_main .section1 {
	position: relative;
        z-index:1;
}
.index_main .section1 .index_banner .item {
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:500px;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:45%;
	z-index:-999;
}
.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 45%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
	
}
.index_main .section1 .index_banner .item .inner {
	width:1050px;
	margin:0 auto;
}
.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top:30px;
	width:100%;
	margin:0 auto;
	/*left:-700px;*/
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
        padding-left:22px;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #333333;
	font-size: 70px;
	font-weight: bold;
	/*text-align:center;*/
	letter-spacing:5px;
	font-size:28px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #c30d23;
	display: inline-block;
	letter-spacing: 5px;
	font-size:28px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt {
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left {
	left: 0;
}
.index_main .section1 .right {
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;

}
.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev {
	left:60px;
}
.index_main .section1 .slick_txt .next {
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover {
}
.index_main .section1 .slick_txt .next:hover {
}
.index_main .section1 .number {

	padding-bottom: 5px;
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
	display: table;
	padding: 0 20px;
	width: auto;
	height:40px;
	/*text-align: center;*/
	/*transform: translateX(-50%);*/
	/*-webkit-transform: translateX(-50%);*/
}
.index_main .section1 .number span {
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 0;
	color: #fff;
	margin-right:20px;
	height:15px;
	width:15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101913510625971.png) no-repeat left center;
}
.index_main .section1 .number span:last-child {
	margin-right: 0;
}
.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width:15px;
	height:15px;
	background: #fff;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101914031218705.png) no-repeat left center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:0;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section2 {
	background: #f5f5f5;
}
.index_main .section2 h3 {
	text-align: center;
}
.index_main .section3 {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.index_main .section3 h3 {
	text-align: center;
}
.index_main .section4 {
	background: #f5f5f5;
}
.index_main .section4 h3 {
	text-align: center;
}
/*首页快捷链接css*/
.p_scroll{
        display:block;
}
.swiper_in_con {
	width:96%;
	margin:0 auto;
	position:inherit;
}
.swiper_in {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.in_slide {
	border:none;
	height:160px;
	border-radius:10px;
	background:url(/eportal/imageDir/mintaibank/2020/10/2020101619195941034.png) no-repeat right bottom #ffffff;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity:0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
	transition: 0.15s;
	-webkit-transition:0.15s;
        margin-right:0;
}
.in_slide a {
	display:flex;
	flex-direction:column;
}
.in_slide a p {
	font-weight:bold;
	padding:15px 20px;
	background:#efefef;
	display:flex;
	justify-content:space-between;
}
.in_slide:hover {
	background:url(/eportal/imageDir/mintaibank/2020/10/2020102014151022310.png) no-repeat right bottom #c7000a;
}
.in_slide p {
	margin:10px 0;
}
.in_slide p a {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:34px;
	line-height:34px;
	padding-left:50px;
}
.in_slide p span {
	font-size:14px;
	line-height:24px;
	display:block;
	padding:0 15px;
}
.in_slide p {
	margin:10px 0;
}
.in_slide:hover.in_slide p a {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	height:34px;
	line-height:34px;
}
.in_slide:hover.in_slide p span {
	font-size:14px;
	line-height:24px;
	display:block;
	padding:0 15px;
	color:#ffffff;
}
.in_slide:hover {
	border:none;
}
.in_slide:hover a p {
	background:#d0000d;
}
.in_slide:hover a p span {
	color:#fff;
}
.in_slide:hover a p span.click_v {
	color:#d0000d;
	background:#fff;
}

.device {
  width: 100%;
  height: 160px;
  position: relative;
  margin-bottom:60px;
}
.swiper-container {
  height: 160px;
  width: 90%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:-30px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  bbox-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.in_g_r {
	float:right;
	width:60px;
}
.in_g_r a {
	color:#000000;
}
.in_g_r a:hover {
	color:#000000;
}
.m_t_40{
        margin-top:40px;
}
.red_mk_tit{
        margin-bottom:20px;
}
.red_mk_tit p{
	height:30px;
        line-height:30px;
        padding-left:30px;
	background:url(/eportal/imageDir/mintaibank/2020/11/2020110211032467051.png) no-repeat left center;
	color:#555555;
	font-size:20px;
        font-weight:bold;
	display:inline-block;
}
.red_mk_tit span{ 
       float:right; 
       line-height:30px;
}
.red_mk_tit span a{ 
       color:#bd1a2d;
       font-size:14px;
       background:url(/eportal/imageDir/mintaibank/2020/11/2020111316280583175.png) no-repeat right center;
       padding-right:20px;
}

}